Date: {function="date('d/m/Y')"}
| Quantidade | Produto | Código | Subtotal |
|---|---|---|---|
| {$value.nrqtd} | {$value.desproduct} | {$value.idproduct} | R${function="formatPrice($order.vltotal)"} |
Forma de Pagamento
| Método de Pagamento: | Boleto |
|---|---|
| Parcelas: | 1x |
Resumo do Pedido
| Subtotal: | R${function="formatPrice($cart.vlsubtotal)"} |
|---|---|
| Frete: | R${function="formatPrice($cart.vlfreight)"} |
| Total: | R${function="formatPrice($cart.vltotal)"} |